com.supermap.ar.areffect

类 OrientationListener

  • java.lang.Object
    • com.supermap.ar.areffect.OrientationListener
  • 所有已实现的接口:
    android.hardware.SensorEventListener


    public class OrientationListener
    extends java.lang.Object
    implements android.hardware.SensorEventListener
    方向监听器
    • 构造器详细资料

      • OrientationListener

        public OrientationListener(android.content.Context context)
        构造函数
        参数:
        context -
    • 方法详细资料

      • registerListener

        public void registerListener()
             注册加速度和地磁场传感器监听
             在onResume中调用
         
      • unregisterListener

        public void unregisterListener()
              解除监听
              onPause中进行调用
         
      • onSensorChanged

        public void onSensorChanged(android.hardware.SensorEvent event)
        指定者:
        onSensorChanged 在接口中 android.hardware.SensorEventListener
      • onAccuracyChanged

        public void onAccuracyChanged(android.hardware.Sensor sensor,
                                      int accuracy)
        指定者:
        onAccuracyChanged 在接口中 android.hardware.SensorEventListener